Objects Object

InstallShield 2026 » InstallScript Language Reference

Project: This information applies to InstallScript projects.

The Objects object is used for getting access to your project’s InstallShield objects by either index or name; for example:

set obj1 = Objects(1);

set obj2 = Objects("New MFC 6.2 Runtime 1");

Properties

Objects Object Properties

Property

Description

Count

The number of InstallShield objects included in your project.